3.3.26 \(\int \csc (c+d x) (a+b \sin (c+d x))^n \, dx\) [226]

Optimal. Leaf size=22 \[ \text {Int}\left (\csc (c+d x) (a+b \sin (c+d x))^n,x\right ) \]

[Out]

Unintegrable(csc(d*x+c)*(a+b*sin(d*x+c))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \csc (c+d x) (a+b \sin (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Csc[c + d*x]*(a + b*Sin[c + d*x])^n,x]

[Out]

Defer[Int][Csc[c + d*x]*(a + b*Sin[c + d*x])^n, x]

Rubi steps

\begin {align*} \int \csc (c+d x) (a+b \sin (c+d x))^n \, dx &=\int \csc (c+d x) (a+b \sin (c+d x))^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.10, size = 0, normalized size = 0.00 \begin {gather*} \int \csc (c+d x) (a+b \sin (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Csc[c + d*x]*(a + b*Sin[c + d*x])^n,x]

[Out]

Integrate[Csc[c + d*x]*(a + b*Sin[c + d*x])^n, x]

________________________________________________________________________________________

Maple [A]
time = 0.12, size = 0, normalized size = 0.00 \[\int \csc \left (d x +c \right ) \left (a +b \sin \left (d x +c \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(d*x+c)*(a+b*sin(d*x+c))^n,x)

[Out]

int(csc(d*x+c)*(a+b*sin(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(d*x+c)*(a+b*sin(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*sin(d*x + c) + a)^n*csc(d*x + c), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(d*x+c)*(a+b*sin(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*sin(d*x + c) + a)^n*csc(d*x + c), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \sin {\left (c + d x \right )}\right )^{n} \csc {\left (c + d x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(d*x+c)*(a+b*sin(d*x+c))**n,x)

[Out]

Integral((a + b*sin(c + d*x))**n*csc(c + d*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(d*x+c)*(a+b*sin(d*x+c))^n,x, algorithm="giac")

[Out]

integrate((b*sin(d*x + c) + a)^n*csc(d*x + c), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \frac {{\left (a+b\,\sin \left (c+d\,x\right )\right )}^n}{\sin \left (c+d\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sin(c + d*x))^n/sin(c + d*x),x)

[Out]

int((a + b*sin(c + d*x))^n/sin(c + d*x), x)

________________________________________________________________________________________